home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / grammar.arc / INSTALL1.BAT < prev    next >
DOS Batch File  |  1990-02-16  |  1KB  |  29 lines

  1.  
  2. echo off
  3. cls
  4. echo **************************************************************
  5. echo *                                                            *
  6. echo *  Insert the program disk from South-Western when you       *
  7. echo *  are prompted to insert a disk for Drive A.  Insert your   *
  8. echo *  DOS disk when you are prompted to insert a disk for       *
  9. echo *  Drive B.                                                  *
  10. echo *                                                            *
  11. echo **************************************************************
  12. pause
  13. echo on
  14. b:
  15. sys a:
  16. copy command.com a:
  17. a:
  18. echo off
  19. cls
  20. echo **************************************************************
  21. echo *                                                            *
  22. echo *  DOS is now installed on your program disk.  To start      *
  23. echo *  the program, press the CTRL (control), ALT (alternate),   *
  24. echo *  and DEL (delete) keys simultaneously.                     *
  25. echo *                                                            *
  26. echo **************************************************************
  27. echo on
  28.  
  29.